Skip to content

Bump laravel-vite-plugin from 1.3.0 to 3.1.3 - #21

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.1.3
Open

Bump laravel-vite-plugin from 1.3.0 to 3.1.3#21
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/laravel-vite-plugin-3.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps laravel-vite-plugin from 1.3.0 to 3.1.3.

Release notes

Sourced from laravel-vite-plugin's releases.

v3.1.3

Full Changelog: laravel/vite-plugin@v3.1.2...v3.1.3

v3.1.2

What's Changed

Full Changelog: laravel/vite-plugin@v3.1.1...v3.1.2

v3.1.1

What's Changed

New Contributors

Full Changelog: laravel/vite-plugin@v3.1.0...v3.1.1

v3.1.0

Full Changelog: laravel/vite-plugin@v3.0.3...v3.1.0

v3.0.3

What's Changed

New Contributors

Full Changelog: laravel/vite-plugin@v3.0.1...v3.0.3

... (truncated)

Changelog

Sourced from laravel-vite-plugin's changelog.

v3.1.3 - 2026-07-13

Full Changelog: laravel/vite-plugin@v3.1.2...v3.1.3

v3.1.2 - 2026-07-13

What's Changed

Full Changelog: laravel/vite-plugin@v3.1.1...v3.1.2

v3.1.1 - 2026-07-13

What's Changed

New Contributors

Full Changelog: laravel/vite-plugin@v3.1.0...v3.1.1

v3.1.0 - 2026-04-29

Full Changelog: laravel/vite-plugin@v3.0.3...v3.1.0

v3.0.3 - 2026-04-29

What's Changed

... (truncated)

Upgrade guide

Sourced from laravel-vite-plugin's upgrade guide.

Upgrade Guide

2.x to 3.x

  • Adds support for Vite 8

Upgrade Path

If you are using import.meta.glob to add static assets into your build, you will need to migrate them to the new assets config option, e.g.,

// file: ./resources/js/app.js
import './bootstrap';

import.meta.glob([

'../images/**',



'../favicons/**',


])
// file: ./vite.config.js
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.js'],
refresh: true,


      assets: [



          'resources/images/**',



          'resources/favicons/**',



      ],
  }),

],
});

0.x to 1.x

  • Adds support for Vite 5 and removes support for Vite 3 and 4.
  • Introduces an npx clean-orphaned-assets command to clean orphaned assets in Vite's build directories.
  • Introduces Valet / Herd TLS certificate auto detection.
  • Adds app/Livewire/** to the default "refresh" paths.
  • Adds output of SSR manifest for SSR builds.

Notable Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for laravel-vite-plugin since your current version.


@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/laravel-vite-plugin-3.1.3 branch 2 times, most recently from 160e3f1 to 440811f Compare July 20, 2026 17:47
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your package.json. Because of this, Dependabot cannot update this pull request.

2 similar comments
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your package.json. Because of this, Dependabot cannot update this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your package.json. Because of this, Dependabot cannot update this pull request.

Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.3.0 to 3.1.3.
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/3.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/vite-plugin/blob/3.x/UPGRADE.md)
- [Commits](laravel/vite-plugin@v1.3.0...v3.1.3)

---
updated-dependencies:
- dependency-name: laravel-vite-plugin
  dependency-version: 3.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/laravel-vite-plugin-3.1.3 branch from 440811f to bdf654c Compare August 6, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants